Skip to content

plugins.jquery.com: fix 404 for background image #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

timmywil
Copy link
Member

I debated whether to even submit this as we plan on killing the plugins site completely, but this just fixes a 404 in a background-image.

Copy link
Member

@Krinkle Krinkle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1s $ git grep dark-grey-tile.png
themes/jquery.org/style.css:    background-image: url(../jquery/images/dark-grey-tile.png);
themes/jquery.org/style.css:        background-image: url(images/dark-grey-tile.png);
themes/jquery/css/base.css: background-image: url(../images/dark-grey-tile.png);
themes/jquerymobile.com/style.css:  background-image: url(../jquery/images/dark-grey-tile.png);
themes/plugins.jquery.com/style.css:    background: black url('images/dark-grey-tile.png');
themes/plugins.jquery.com/style.css:    background: url('images/dark-grey-tile.png');
themes/plugins.jquery.com/style.css:    background: black url('images/dark-grey-tile.png');

- also remove unused dark-grey-tile.pngs
@Krinkle Krinkle merged commit d18070c into jquery:main Jul 7, 2023
@timmywil timmywil deleted the fix-404 branch July 7, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants